home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Grafica / falbum / fasetup101.exe / {app} / falbum.exe / 0 / RCDATA / TFORM8 / TFORM8.txt
Text File  |  2004-10-23  |  2KB  |  92 lines

  1. object Form8: TForm8
  2.   Left = 434
  3.   Top = 313
  4.   Width = 275
  5.   Height = 259
  6.   Caption = 'Slide show options'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OldCreateOrder = False
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 22
  20.     Top = 19
  21.     Width = 107
  22.     Height = 13
  23.     Caption = 'Interval (in a seconds):'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 24
  27.     Top = 122
  28.     Width = 68
  29.     Height = 13
  30.     Caption = 'Transparency:'
  31.   end
  32.   object TrackBar2: TTrackBar
  33.     Left = 22
  34.     Top = 145
  35.     Width = 233
  36.     Height = 36
  37.     Max = 255
  38.     Frequency = 10
  39.     TabOrder = 0
  40.     TickMarks = tmBoth
  41.     OnChange = TrackBar2Change
  42.   end
  43.   object Edit1: TEdit
  44.     Left = 138
  45.     Top = 15
  46.     Width = 39
  47.     Height = 21
  48.     TabOrder = 1
  49.     Text = '3'
  50.     OnChange = Edit1Change
  51.   end
  52.   object Edit2: TEdit
  53.     Left = 101
  54.     Top = 117
  55.     Width = 121
  56.     Height = 21
  57.     TabOrder = 2
  58.     Text = '255'
  59.     OnChange = Edit2Change
  60.   end
  61.   object cbStretch: TCheckBox
  62.     Left = 24
  63.     Top = 56
  64.     Width = 145
  65.     Height = 17
  66.     Caption = 'Stretch to full screen'
  67.     Checked = True
  68.     State = cbChecked
  69.     TabOrder = 3
  70.     OnClick = cbStretchClick
  71.   end
  72.   object Button1: TButton
  73.     Left = 104
  74.     Top = 192
  75.     Width = 75
  76.     Height = 25
  77.     Caption = 'OK'
  78.     ModalResult = 1
  79.     TabOrder = 4
  80.     OnClick = Button1Click
  81.   end
  82.   object cbTransparent: TCheckBox
  83.     Left = 24
  84.     Top = 88
  85.     Width = 137
  86.     Height = 17
  87.     Caption = 'Enable transparent'
  88.     TabOrder = 5
  89.     OnClick = cbTransparentClick
  90.   end
  91. end
  92.